Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / AddMatrix Method / AddMatrix(String[,]) Method
The structure cells text array.

In This Topic
    AddMatrix(String[,]) Method
    In This Topic
    Adds a new OMathMatrix to the collection at the InsertLocation.End location.
    Syntax
    'Declaration
     
    Public Overloads Function AddMatrix( _
       ByVal cellsText(,) As System.String _
    ) As OMathMatrix
    public OMathMatrix AddMatrix( 
       System.string[,] cellsText
    )

    Parameters

    cellsText
    The structure cells text array.

    Return Value

    The added OMathMatrix instance.
    See Also